home *** CD-ROM | disk | FTP | other *** search
- /* See license.txt for terms of usage */
-
- @import "chrome://firebug/skin/firebug.css";
- @import "chrome://firebug-os/skin/firebug.css";
-
- window[chromehidden~="toolbar"] #fbToolbar {
- display: -moz-box;
- }
-
- #fbContentBox {
- -moz-binding: url("chrome://firebug/content/bindings.xml#initializer");
- height: 270px;
- }
-
- #fbCommandLine {
- -moz-binding: url("chrome://firebug/content/bindings.xml#commandLine");
- }
-
- #fbLargeCommandLine {
- -moz-binding: url("chrome://firebug/content/bindings.xml#largeCommandLine");
- }
-
- #fbSearchBox {
- -moz-binding: url("chrome://firebug/content/bindings.xml#searchBox");
- }
-
- .fbSearchBox-attention {
- color: red;
- font-weight: bold;
- }
-
- panelBar {
- -moz-binding: url("chrome://firebug/content/bindings.xml#panelBar");
- -moz-box-orient: vertical;
- }
-
- panelTab {
- -moz-binding: url("chrome://firebug/content/bindings.xml#panelTab");
- }
-
- panelStatus {
- -moz-binding: url("chrome://firebug/content/bindings.xml#panelStatus");
- }
-
- #fbCallstack {
- -moz-binding: url("chrome://firebug/content/bindings.xml#panelStatus");
- }
-
- #fbLocationList {
- -moz-binding: url("chrome://firebug/content/bindings.xml#panelFileList");
- }
-
- #fbStatusText {
- visibility: collapse;
- }
-
- #fbStatusBar[errors] #fbStatusText {
- visibility: visible;
- }
-
- #fbToolbar[moz-collapsed="true"] {
- /* Prevent full-screen from hiding toolbar */
- visibility: visible;
- }
-
- /************************************************************************************************/
-
- panelTabMenu {
- -moz-binding: url("chrome://firebug/content/bindings.xml#panelTabMenu");
- }
-
- panelTab > panelTabMenu .menuTarget {
- visibility:collapse;
- }
-
- panelTab[selected="true"] > panelTabMenu .menuTarget {
- background: url(chrome://firebug/skin/tabMenuTarget.png) no-repeat center;
- width: 11px;
- height: 10px;
- vertical-align:middle;
- visibility:visible;
- }
-
- panelTab[selected="true"]:hover > panelTabMenu .menuTarget {
- background: url(chrome://firebug/skin/tabMenuTargetHover.png) no-repeat center;
- }
-